Skip to content

Conversation

@ndossche
Copy link
Member

@ndossche ndossche commented Oct 16, 2025

If the path contains '\' the path is duplicated and unixified. In practice this is always true. And if it were not, we'd get a heap corruption as the cleanup code assumes it is.

If the path contains '\' the path is duplicated and unixified.
In practice this is always true. And if it were not, we'd get a heap
corruption as the cleanup code assumes it is.
Copy link
Member

@Girgias Girgias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should maybe be backported? Or is this "fine" due to the bailout?

@ndossche
Copy link
Member Author

Should maybe be backported? Or is this "fine" due to the bailout?

This is fine because it's always true.

@ndossche ndossche merged commit ade8e2d into php:master Oct 17, 2025
4 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants